Clarendon Parking - Colonial Parking (2024)

' ,marker_class:content_class,marker_text:content,ipcp_id: data.ipcp_area_id,id: data.id}); ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_markers.push(marker); ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_marker_ids.push(data.id);marker.addListener('click', function() {if('' == 'Y') {var modal = jQuery('div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_detailmodal').iziModal({title: json.name,headerColor: '#2A5B55',closeOnEscape: true,zindex: 40999,padding: 20,width: 750,bodyOverflow: true,onOpening: function(modal) { modal.startLoading(); jQuery.get('https://www.ecolonial.com/wp-admin/admin-ajax.php?action=simplefacility&id=' + data.id + "&praefix=ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68" , function(data) { jQuery("div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_detailmodal .iziModal-content").html(data); modal.stopLoading(); }); },onClosed: function() {jQuery('div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_detailmodal').iziModal('destroy');},});modal.iziModal('open');} else {if (ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_infowindow) { ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_infowindow.close(); }jQuery.ajax({url: 'https://www.ecolonial.com/wp-admin/admin-ajax.php?action=mapinfo&type=',action: "mapinfo",data: "id="+data.id + "&type="+jQuery('input[name=type]').val(),success: function (infodata) {var w = jQuery(window).width();if(w<=576) {var modal = jQuery('div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_mapinfomodal').iziModal({title: data.name,headerColor: '#2A5B55',closeOnEscape: true,zindex: 40999,padding: 20,width: 750,bottom: 10,appendTo: 'div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68',onOpening: function(modal){ jQuery("div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_mapinfomodal .iziModal-content").html(infodata);},onClosed: function() {jQuery('div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_mapinfomodal input').datetimepicker( "destroy" );jQuery('div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_mapinfomodal').iziModal('destroy');},});modal.iziModal('open');} else {ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_infowindow.setContent(infodata);ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_infowindow.open(ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_map, marker);}ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_initDetailClick(); }});}}); } });if(ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_type == 'daily') {ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_doPriceCalculate();} }, complete: function() { ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_isSearchRun = false; } });}function ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_initDetailClick() {ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_syncCalendar();jQuery('#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68 a.detail').on('click', function (event) {event.preventDefault();var fromDate = jQuery('#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_period_from').datepicker( "getDate" );var toDate = jQuery('#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_period_to').datepicker( "getDate" );var act = new Date();if(!ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_isValidDate(fromDate)) {fromDate =act; } if(!ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_isValidDate(toDate)) { var to = new Date(); to.setHours(to.getHours() + 2); toDate=to; }var f_id = jQuery( this ).data( "id" );var f_name = jQuery( this ).data( "facilityname" );var modal = jQuery('div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_detailmodal').iziModal({title: f_name,headerColor: '#2A5B55',closeOnEscape: true,zindex: 40999,padding: 20,width: 750,bodyOverflow: true,onOpening: function(modal) { modal.startLoading(); jQuery.get('https://www.ecolonial.com/wp-admin/admin-ajax.php?action=simplefacility&id=' + f_id + "&showdates=Y&praefix=ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68&showdmb=&startdate="+encodeURIComponent(fromDate.toLocaleString())+"&enddate="+encodeURIComponent(toDate.toLocaleString()) , function(data) { jQuery("div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_detailmodal .iziModal-content").html(data); modal.stopLoading(); }); },onClosed: function() {jQuery('div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_detailmodal').iziModal('destroy');},});modal.iziModal('open');});// reserve button jQuery( "#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68 a.reserve" ).click(function(event) {event.preventDefault();var fromDate = jQuery('#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_period_from').datepicker( "getDate" );var toDate = jQuery('#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_period_to').datepicker( "getDate" );var act = new Date();if(!ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_isValidDate(fromDate)) {fromDate =act; } if(!ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_isValidDate(toDate)) { var to = new Date(); to.setHours(to.getHours() + 2); toDate=to; }var link = jQuery(this).attr('href');var query = "begin_time=" + ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_addZero(fromDate.getHours()) + ":" + ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_addZero(fromDate.getMinutes());query = query + "&begin_date=" + fromDate.getFullYear() + "-" + ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_addZero(fromDate.getMonth()+1) + "-" + ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_addZero(fromDate.getDate());query = query + "&end_time=" + ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_addZero(toDate.getHours()) + ":" + ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_addZero(toDate.getMinutes());query = query + "&end_date=" + toDate.getFullYear() + "-" + ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_addZero(toDate.getMonth()+1) + "-" + ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_addZero(toDate.getDate());window.open(link + "&" + query, '_blank');});}function ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_fetchPriceCalculation(fetchids,fromDate,toDate) {if (fetchids.length == 0) {return;}console.log("fetchids / " + fetchids.join(',') + " - " + fromDate + "/" + toDate);var query = "startdate=" + fromDate.toLocaleString() + "&enddate=" + toDate.toLocaleString() + "&fetchids=" + fetchids.join(',');jQuery.ajax({ type: "get", url: "https://www.ecolonial.com/wp-admin/admin-ajax.php?action=calculateprice", action: "calculateprice",data: query,dataType: 'json', success: function(json, status, jqXHR) { jQuery.each(json, function (key, data) { console.log("ipcpId = " + data.ipcpId); ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_markers.forEach(function(marker){ if(marker.ipcp_id > 0 && marker.ipcp_id==data.ipcpId) { marker.setContent('

' + data.currency + " " + data.amount/100 + '

'); marker.marker_text = data.currency + " " + data.amount/100;}}); }); }, error: function (xhr,status,errorThrown) { console.log('An error occurred.'); console.log('xhr.responseText= ' + xhr.responseText); console.log('xhr.status= ' + xhr.status); console.log('status= ' + status); console.log('errorThrown= ' + errorThrown); } });}function ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_fetchSinglePriceCalculation(fetchid,fromDate,toDate,marker,type) {console.log("fetchSindlePriceCalculation / " + fetchid+ " - " + fromDate + "/" + toDate);var query = "type=" + type + "&startdate=" + fromDate.toLocaleString() + "&enddate=" + toDate.toLocaleString() + "&id=" + fetchid;jQuery.ajax({ type: "get", url: "https://www.ecolonial.com/wp-admin/admin-ajax.php?action=calculatesingleprice", action: "calculatesingleprice",data: query,dataType: 'json', success: function(json, status, jqXHR) { var mclass = marker.marker_class; if(typeof json.open !== 'undefined') { if(json.open) { mclass = "marker_open"; if(json.reservable) { mclass = "marker_reservable"; } } else { mclass = "marker_closed"; } } else { mclass = "marker_open"; } price = json.price; if(price=='') { price = "P"; } marker.setContent('

' + price + '

'); }, error: function (data) { console.log('An error occurred.'); console.log(data); }, });}function ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_locationMarker() {}function ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_updateMarkers() {ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_syncCalendar();var fromDate = jQuery('#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_period_from').datepicker( "getDate" );var toDate = jQuery('#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_period_to').datepicker( "getDate" );ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_markers.forEach(function(marker){var query = "period_from=" + fromDate.toLocaleString() + "&period_to=" + toDate.toLocaleString() +"&id=" + marker.remoteid;jQuery.ajax({ type: "get", url: "https://www.ecolonial.com/wp-admin/admin-ajax.php?action=mapmarker", action: "mapmarker", data: query, dataType: 'json', success: function(json, status, jqXHR) { var mclass = "marker_open"; if(typeof json.open !== 'undefined') { if(json.open) { mclass = "marker_open";if(json.reservable) { mclass = "marker_reservable"; } } else { mclass = "marker_closed"; } } else { mclass = "marker_open"; } if (json.contractprice !== "" && ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_type == "monthly") {marker.marker_text = json.contractprice;} else {marker.marker_text = "P";} marker.setContent('

' + marker.marker_text + '

'); }, error: function (data) { console.log('An error occurred.'); console.log(data); }, complete: function (jqXHR, status) { console.log("type" + ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_type); if(ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_type == 'daily') {setTimeout(function(){ ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_doPriceCalculate() }, 500);} }});});}function ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_addMarker(id, checkbounds) {ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_syncCalendar();var fromDate = jQuery('#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_period_from').datepicker( "getDate" );var toDate = jQuery('#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_period_to').datepicker( "getDate" );var query = "period_from=" + fromDate.toLocaleString() + "&period_to=" + toDate.toLocaleString() + "&id=" + id;jQuery.ajax({ type: "get", url: "https://www.ecolonial.com/wp-admin/admin-ajax.php?action=mapmarker", action: "mapmarker", data: query, dataType: 'json', success: function(json, status, jqXHR) { var mclass = "marker_open"; if(typeof json.open !== 'undefined') { if(json.open) { mclass = "marker_open";if(json.reservable) { mclass = "marker_reservable"; } } else { mclass = "marker_closed"; } } else { mclass = "marker_open"; } var content = "P"; var marker = new RichMarker({map: ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_map,shadow: '2px 2px 10px rgba(88,88,88,0.7)',anchor: RichMarkerPosition.MIDDLE,position: new google.maps.LatLng(json.latitude, json.longitude),content: '

' + content + '

' ,marker_class:mclass,marker_text:content,ipcp_id: json.ipcp_area_id,id: json.id,remoteid:id});ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_markers.push(marker); marker.addListener('click', function() {if('' == 'Y') {var modal = jQuery('div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_detailmodal').iziModal({title: json.name,headerColor: '#2A5B55',closeOnEscape: true,zindex: 40999,padding: 20,width: 750,bodyOverflow: true,onOpening: function(modal) { modal.startLoading(); jQuery.get('https://www.ecolonial.com/wp-admin/admin-ajax.php?action=simplefacility&id=' + json.id + "&praefix=ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68" , function(data) { jQuery("div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_detailmodal .iziModal-content").html(data); modal.stopLoading(); }); },onClosed: function() {jQuery('div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_detailmodal').iziModal('destroy');},});modal.iziModal('open');} else {if (ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_infowindow) { ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_infowindow.close(); }jQuery.ajax({url: 'https://www.ecolonial.com/wp-admin/admin-ajax.php?action=mapinfo&type=',action: "mapinfo",data: "id="+ json.id + "&type="+jQuery('input[name=type]').val(),success: function (infodata) {var w = jQuery(window).width();if(w<=576) {var modal = jQuery('div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_mapinfomodal').iziModal({title: json.name,headerColor: '#2A5B55',closeOnEscape: true,zindex: 40999,padding: 20,width: 750,bottom: 10,appendTo: 'div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68',onOpening: function(modal){ jQuery("div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_mapinfomodal .iziModal-content").html(infodata);},onClosed: function() {jQuery('div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_mapinfomodal input').datetimepicker( "destroy" );jQuery('div#ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_mapinfomodal').iziModal('destroy');},});modal.iziModal('open');} else {ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_infowindow.setContent(infodata);ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_infowindow.open(ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_map, marker);}ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_initDetailClick(); }});}}); }, error: function (data) { console.log('An error occurred.'); console.log(data); }, complete: function (jqXHR, status) {if(ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_type == 'daily') {setTimeout(function(){ ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_doPriceCalculate() }, 500);} }});}var ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_markers = [];var ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_marker_ids = [];var ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_map;function ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_initMap() {ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_infowindow = new google.maps.InfoWindow({content: "Content...",maxWidth: 350});console.log('Google Maps API version: ' + google.maps.version);var initlat = 38.88707507800965;var initlng = -77.09536720912558;var initzoom = 16;var divid = "ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_map";ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_map = new google.maps.Map(document.getElementById(divid), { center: { lat: initlat, lng: initlng }, mapTypeId: 'roadmap', scrollwheel: true, fullscreenControl: false, zoom: initzoom }); var opt = { minZoom: 4, maxZoom: 19, clickableIcons: false };ilogs_widget_8537_09d778086ce439a4f7220f6b433bcc68_map.setOptions(opt);}//]]>

Clarendon Parking - Colonial Parking (2024)

References

Top Articles
How Proximal Humerus Fractures Are Treated
Pontoon Boats for sale in Akron, Ohio
Devotion Showtimes Near Xscape Theatres Blankenbaker 16
Custom Screensaver On The Non-touch Kindle 4
Lorton Transfer Station
Fredatmcd.read.inkling.com
Wizard Build Season 28
Flixtor The Meg
According To The Wall Street Journal Weegy
Tribune Seymour
William Spencer Funeral Home Portland Indiana
Aquatic Pets And Reptiles Photos
Chicken Coop Havelock Nc
How do you like playing as an antagonist? - Goonstation Forums
Premier Reward Token Rs3
iLuv Aud Click: Tragbarer Wi-Fi-Lautsprecher für Amazons Alexa - Portable Echo Alternative
Jinx Chapter 24: Release Date, Spoilers & Where To Read - OtakuKart
Byui Calendar Fall 2023
Spn 520211
Hannaford To-Go: Grocery Curbside Pickup
8005607994
11 Ways to Sell a Car on Craigslist - wikiHow
Aspenx2 Newburyport
Sherburne Refuge Bulldogs
Why Are Fuel Leaks A Problem Aceable
Turbo Tenant Renter Login
1145 Barnett Drive
55Th And Kedzie Elite Staffing
Snohomish Hairmasters
Cfv Mychart
Yu-Gi-Oh Card Database
Best Restaurants Ventnor
Lawrence Ks Police Scanner
Shauna's Art Studio Laurel Mississippi
Ff14 Laws Order
Workboy Kennel
Japanese Pokémon Cards vs English Pokémon Cards
Skip The Games Ventura
Go Upstate Mugshots Gaffney Sc
USB C 3HDMI Dock UCN3278 (12 in 1)
Ludvigsen Mortuary Fremont Nebraska
Aliciabibs
Second Chance Apartments, 2nd Chance Apartments Locators for Bad Credit
Dee Dee Blanchard Crime Scene Photos
Janaki Kalaganaledu Serial Today Episode Written Update
Amc.santa Anita
Strange World Showtimes Near Century Stadium 25 And Xd
Squalicum Family Medicine
Darkglass Electronics The Exponent 500 Test
Yosemite Sam Hood Ornament
Craigslist Cars For Sale By Owner Memphis Tn
How To Find Reliable Health Information Online
Latest Posts
Article information

Author: Horacio Brakus JD

Last Updated:

Views: 5446

Rating: 4 / 5 (71 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Horacio Brakus JD

Birthday: 1999-08-21

Address: Apt. 524 43384 Minnie Prairie, South Edda, MA 62804

Phone: +5931039998219

Job: Sales Strategist

Hobby: Sculling, Kitesurfing, Orienteering, Painting, Computer programming, Creative writing, Scuba diving

Introduction: My name is Horacio Brakus JD, I am a lively, splendid, jolly, vivacious, vast, cheerful, agreeable person who loves writing and wants to share my knowledge and understanding with you.