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(42.4258,-71.1942)};var g_c33eb6109cb5509165ec855ca28e060d = new google.maps.Geocoder();g_c33eb6109cb5509165ec855ca28e060d.geocode( { 'address': "93 Massachusetts Ave, Lexington, MA 02420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-MA-flagstar-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('lexington-MA-flagstar-bank-atm'), mapOptions);}document.getElementById('e0ba7a23').innerHTML += ' | View Map';var $lc33eb6109cb5509165ec855ca28e060d = '

Flagstar Bank ATM

Address: 93 Massachusetts Ave, Lexington, MA 02420, USA
Phone: (781) 862-0883
';var m_c33eb6109cb5509165ec855ca28e060d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagstar Bank ATM',});m_c33eb6109cb5509165ec855ca28e060d['infowindow'] = new google.maps.InfoWindow({content: $lc33eb6109cb5509165ec855ca28e060d});var infowindow = new google.maps.InfoWindow({content: $lc33eb6109cb5509165ec855ca28e060d});google.maps.event.addListener(m_c33eb6109cb5509165ec855ca28e060d, 'click', function() {infowindow.open(map,m_c33eb6109cb5509165ec855ca28e060d);});$marker.push(m_c33eb6109cb5509165ec855ca28e060d);}});}google.maps.event.addDomListener(window, 'load', initialize);