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.5858,-73.6575)};var g_0af5daaa19659e909e41eb155d4cbb9a = new google.maps.Geocoder();g_0af5daaa19659e909e41eb155d4cbb9a.geocode( { 'address': "280 E Park Ave, Long Beach, NY 11561"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-NY-apple-bank').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-NY-apple-bank'), mapOptions);}document.getElementById('1e47d4a2').innerHTML += ' | View Map';var $l0af5daaa19659e909e41eb155d4cbb9a = '

Apple Bank

Address: 280 E Park Ave, Long Beach, NY 11561
Phone: (516) 897-5700
';var m_0af5daaa19659e909e41eb155d4cbb9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apple Bank',});m_0af5daaa19659e909e41eb155d4cbb9a['infowindow'] = new google.maps.InfoWindow({content: $l0af5daaa19659e909e41eb155d4cbb9a});var infowindow = new google.maps.InfoWindow({content: $l0af5daaa19659e909e41eb155d4cbb9a});google.maps.event.addListener(m_0af5daaa19659e909e41eb155d4cbb9a, 'click', function() {infowindow.open(map,m_0af5daaa19659e909e41eb155d4cbb9a);});$marker.push(m_0af5daaa19659e909e41eb155d4cbb9a);}});}google.maps.event.addDomListener(window, 'load', initialize);