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(28.6693,-82.1447)};var g_6ffd0a7e2060229ac8e4b94807767abe = new google.maps.Geocoder();g_6ffd0a7e2060229ac8e4b94807767abe.geocode( { 'address': "2460 W County 48, Bushnell, FL 33513, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bushnell-FL-citizens-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('bushnell-FL-citizens-bank-atm'), mapOptions);}document.getElementById('ec36209e').innerHTML += ' | View Map';var $l6ffd0a7e2060229ac8e4b94807767abe = '

Citizens Bank ATM

Address: 2460 W County 48, Bushnell, FL 33513, USA
Phone:
';var m_6ffd0a7e2060229ac8e4b94807767abe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank ATM',});m_6ffd0a7e2060229ac8e4b94807767abe['infowindow'] = new google.maps.InfoWindow({content: $l6ffd0a7e2060229ac8e4b94807767abe});var infowindow = new google.maps.InfoWindow({content: $l6ffd0a7e2060229ac8e4b94807767abe});google.maps.event.addListener(m_6ffd0a7e2060229ac8e4b94807767abe, 'click', function() {infowindow.open(map,m_6ffd0a7e2060229ac8e4b94807767abe);});$marker.push(m_6ffd0a7e2060229ac8e4b94807767abe);}});}google.maps.event.addDomListener(window, 'load', initialize);