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.3729,-80.1203)};var g_123ae11f3b58a98e0caf931dab64cff6 = new google.maps.Geocoder();g_123ae11f3b58a98e0caf931dab64cff6.geocode( { 'address': "2500 N Military Trl, Boca Raton, FL 33431, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boca-raton-FL-atm-flagstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('boca-raton-FL-atm-flagstar-bank'), mapOptions);}document.getElementById('2697da7d').innerHTML += ' | View Map';var $l123ae11f3b58a98e0caf931dab64cff6 = '

ATM (Flagstar Bank)

Address: 2500 N Military Trl, Boca Raton, FL 33431, USA
Phone:
';var m_123ae11f3b58a98e0caf931dab64cff6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Flagstar Bank)',});m_123ae11f3b58a98e0caf931dab64cff6['infowindow'] = new google.maps.InfoWindow({content: $l123ae11f3b58a98e0caf931dab64cff6});var infowindow = new google.maps.InfoWindow({content: $l123ae11f3b58a98e0caf931dab64cff6});google.maps.event.addListener(m_123ae11f3b58a98e0caf931dab64cff6, 'click', function() {infowindow.open(map,m_123ae11f3b58a98e0caf931dab64cff6);});$marker.push(m_123ae11f3b58a98e0caf931dab64cff6);}});}google.maps.event.addDomListener(window, 'load', initialize);