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.8824,-73.254)};var g_4e4f19d9e0009792bac3f2acb1e58874 = new google.maps.Geocoder();g_4e4f19d9e0009792bac3f2acb1e58874.geocode( { 'address': "38 Indian Head Rd, Kings Park, NY 11754, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kings-park-NY-chase-atm').style.display = '';map = new google.maps.Map(document.getElementById('kings-park-NY-chase-atm'), mapOptions);}document.getElementById('bb600e34').innerHTML += ' | View Map';var $l4e4f19d9e0009792bac3f2acb1e58874 = '

Chase ATM

Address: 38 Indian Head Rd, Kings Park, NY 11754, USA
Phone: (631) 269-9600
';var m_4e4f19d9e0009792bac3f2acb1e58874 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase ATM',});m_4e4f19d9e0009792bac3f2acb1e58874['infowindow'] = new google.maps.InfoWindow({content: $l4e4f19d9e0009792bac3f2acb1e58874});var infowindow = new google.maps.InfoWindow({content: $l4e4f19d9e0009792bac3f2acb1e58874});google.maps.event.addListener(m_4e4f19d9e0009792bac3f2acb1e58874, 'click', function() {infowindow.open(map,m_4e4f19d9e0009792bac3f2acb1e58874);});$marker.push(m_4e4f19d9e0009792bac3f2acb1e58874);}});}google.maps.event.addDomListener(window, 'load', initialize);