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.6863,-73.4122)};var g_1469b964463040309b6bcad2f4fb0c8a = new google.maps.Geocoder();g_1469b964463040309b6bcad2f4fb0c8a.geocode( { 'address': "4 John St, Amityville, NY 11701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amityville-NY-chase-drive-up').style.display = '';map = new google.maps.Map(document.getElementById('amityville-NY-chase-drive-up'), mapOptions);}document.getElementById('14cb4d2e').innerHTML += ' | View Map';var $l1469b964463040309b6bcad2f4fb0c8a = '

Chase Drive-Up

Address: 4 John St, Amityville, NY 11701
Phone: (631) 691-0670
';var m_1469b964463040309b6bcad2f4fb0c8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Drive-Up',});m_1469b964463040309b6bcad2f4fb0c8a['infowindow'] = new google.maps.InfoWindow({content: $l1469b964463040309b6bcad2f4fb0c8a});var infowindow = new google.maps.InfoWindow({content: $l1469b964463040309b6bcad2f4fb0c8a});google.maps.event.addListener(m_1469b964463040309b6bcad2f4fb0c8a, 'click', function() {infowindow.open(map,m_1469b964463040309b6bcad2f4fb0c8a);});$marker.push(m_1469b964463040309b6bcad2f4fb0c8a);}});}google.maps.event.addDomListener(window, 'load', initialize);