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(40.7285,-73.1867)};var g_fcccb4e7caa070417729cdb35bb71918 = new google.maps.Geocoder();g_fcccb4e7caa070417729cdb35bb71918.geocode( { 'address': "345 E Main St, East Islip, NY 11730"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-islip-NY-bank-of-america-east-islip').style.display = '';map = new google.maps.Map(document.getElementById('east-islip-NY-bank-of-america-east-islip'), mapOptions);}document.getElementById('7b81fd20').innerHTML += ' | View Map';var $lfcccb4e7caa070417729cdb35bb71918 = '

Bank of America - East Islip

Address: 345 E Main St, East Islip, NY 11730
Phone: (631) 581-4901
';var m_fcccb4e7caa070417729cdb35bb71918 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America - East Islip',});m_fcccb4e7caa070417729cdb35bb71918['infowindow'] = new google.maps.InfoWindow({content: $lfcccb4e7caa070417729cdb35bb71918});var infowindow = new google.maps.InfoWindow({content: $lfcccb4e7caa070417729cdb35bb71918});google.maps.event.addListener(m_fcccb4e7caa070417729cdb35bb71918, 'click', function() {infowindow.open(map,m_fcccb4e7caa070417729cdb35bb71918);});$marker.push(m_fcccb4e7caa070417729cdb35bb71918);}});}google.maps.event.addDomListener(window, 'load', initialize);