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(25.498,-80.4129)};var g_687d34c71322907f452e5e26a72e32b5 = new google.maps.Geocoder();g_687d34c71322907f452e5e26a72e32b5.geocode( { 'address': "3050 NE 43rd Ave, Homestead, FL 33033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homestead-FL-atm-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('homestead-FL-atm-bank-of-america'), mapOptions);}document.getElementById('5808e5ab').innerHTML += ' | View Map';var $l687d34c71322907f452e5e26a72e32b5 = '

ATM (Bank of America)

Address: 3050 NE 43rd Ave, Homestead, FL 33033, USA
Phone:
';var m_687d34c71322907f452e5e26a72e32b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Bank of America)',});m_687d34c71322907f452e5e26a72e32b5['infowindow'] = new google.maps.InfoWindow({content: $l687d34c71322907f452e5e26a72e32b5});var infowindow = new google.maps.InfoWindow({content: $l687d34c71322907f452e5e26a72e32b5});google.maps.event.addListener(m_687d34c71322907f452e5e26a72e32b5, 'click', function() {infowindow.open(map,m_687d34c71322907f452e5e26a72e32b5);});$marker.push(m_687d34c71322907f452e5e26a72e32b5);}});}google.maps.event.addDomListener(window, 'load', initialize);