var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(26.7163,-81.437)};var g_f8c84522811ab80c6b11873d9fa38e20 = new google.maps.Geocoder();g_f8c84522811ab80c6b11873d9fa38e20.geocode( { 'address': "3109 FL-29, LaBelle, FL 33935, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('labelle-FL-circle-k').style.display = '';map = new google.maps.Map(document.getElementById('labelle-FL-circle-k'), mapOptions);}document.getElementById('53d85b4e').innerHTML += ' | View Map';var $lf8c84522811ab80c6b11873d9fa38e20 = '

Circle K

Address: 3109 FL-29, LaBelle, FL 33935, USA
Phone: (863) 675-3374
';var m_f8c84522811ab80c6b11873d9fa38e20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Circle K',});m_f8c84522811ab80c6b11873d9fa38e20['infowindow'] = new google.maps.InfoWindow({content: $lf8c84522811ab80c6b11873d9fa38e20});var infowindow = new google.maps.InfoWindow({content: $lf8c84522811ab80c6b11873d9fa38e20});google.maps.event.addListener(m_f8c84522811ab80c6b11873d9fa38e20, 'click', function() {infowindow.open(map,m_f8c84522811ab80c6b11873d9fa38e20);});$marker.push(m_f8c84522811ab80c6b11873d9fa38e20);}});}google.maps.event.addDomListener(window, 'load', initialize);