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.8715,-73.0846)};var g_2afc37dec3fad56c2de47217937b8739 = new google.maps.Geocoder();g_2afc37dec3fad56c2de47217937b8739.geocode( { 'address': "2102 Middle Country Rd, Centereach, NY 11720"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centereach-NY-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('centereach-NY-chase-bank'), mapOptions);}document.getElementById('3304398a').innerHTML += ' | View Map';var $l2afc37dec3fad56c2de47217937b8739 = '

Chase Bank

Address: 2102 Middle Country Rd, Centereach, NY 11720
Phone: (631) 588-3044
';var m_2afc37dec3fad56c2de47217937b8739 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_2afc37dec3fad56c2de47217937b8739['infowindow'] = new google.maps.InfoWindow({content: $l2afc37dec3fad56c2de47217937b8739});var infowindow = new google.maps.InfoWindow({content: $l2afc37dec3fad56c2de47217937b8739});google.maps.event.addListener(m_2afc37dec3fad56c2de47217937b8739, 'click', function() {infowindow.open(map,m_2afc37dec3fad56c2de47217937b8739);});$marker.push(m_2afc37dec3fad56c2de47217937b8739);}});}google.maps.event.addDomListener(window, 'load', initialize);