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.8794,-73.5958)};var g_c318ac77908347b703a72236b16037e0 = new google.maps.Geocoder();g_c318ac77908347b703a72236b16037e0.geocode( { 'address': "200 Birch Hill Rd, Locust Valley, NY 11560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('locust-valley-NY-apple-bank').style.display = '';map = new google.maps.Map(document.getElementById('locust-valley-NY-apple-bank'), mapOptions);}document.getElementById('559336dd').innerHTML += ' | View Map';var $lc318ac77908347b703a72236b16037e0 = '

Apple Bank

Address: 200 Birch Hill Rd, Locust Valley, NY 11560, USA
Phone: (516) 759-7620
';var m_c318ac77908347b703a72236b16037e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apple Bank',});m_c318ac77908347b703a72236b16037e0['infowindow'] = new google.maps.InfoWindow({content: $lc318ac77908347b703a72236b16037e0});var infowindow = new google.maps.InfoWindow({content: $lc318ac77908347b703a72236b16037e0});google.maps.event.addListener(m_c318ac77908347b703a72236b16037e0, 'click', function() {infowindow.open(map,m_c318ac77908347b703a72236b16037e0);});$marker.push(m_c318ac77908347b703a72236b16037e0);}});}google.maps.event.addDomListener(window, 'load', initialize);