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.6151,-81.6545)};var g_3e439360f9606855f44fe06880b0ad94 = new google.maps.Geocoder();g_3e439360f9606855f44fe06880b0ad94.geocode( { 'address': "1361 Lee Blvd, Lehigh Acres, FL 33936, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lehigh-acres-FL-citizens-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('lehigh-acres-FL-citizens-bank-atm'), mapOptions);}document.getElementById('137f602b').innerHTML += ' | View Map';var $l3e439360f9606855f44fe06880b0ad94 = '

Citizens Bank ATM

Address: 1361 Lee Blvd, Lehigh Acres, FL 33936, USA
Phone:
';var m_3e439360f9606855f44fe06880b0ad94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank ATM',});m_3e439360f9606855f44fe06880b0ad94['infowindow'] = new google.maps.InfoWindow({content: $l3e439360f9606855f44fe06880b0ad94});var infowindow = new google.maps.InfoWindow({content: $l3e439360f9606855f44fe06880b0ad94});google.maps.event.addListener(m_3e439360f9606855f44fe06880b0ad94, 'click', function() {infowindow.open(map,m_3e439360f9606855f44fe06880b0ad94);});$marker.push(m_3e439360f9606855f44fe06880b0ad94);}});}google.maps.event.addDomListener(window, 'load', initialize);