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.789,-73.1374)};var g_71d8c7b32b506beb1d6469832a153576 = new google.maps.Geocoder();g_71d8c7b32b506beb1d6469832a153576.geocode( { 'address': "3075 E Veterans Memorial Hwy, Ronkonkoma, NY 11779, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ronkonkoma-NY-apple-bank').style.display = '';map = new google.maps.Map(document.getElementById('ronkonkoma-NY-apple-bank'), mapOptions);}document.getElementById('e2a18509').innerHTML += ' | View Map';var $l71d8c7b32b506beb1d6469832a153576 = '

Apple Bank

Address: 3075 E Veterans Memorial Hwy, Ronkonkoma, NY 11779, USA
Phone: (631) 471-2804
';var m_71d8c7b32b506beb1d6469832a153576 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apple Bank',});m_71d8c7b32b506beb1d6469832a153576['infowindow'] = new google.maps.InfoWindow({content: $l71d8c7b32b506beb1d6469832a153576});var infowindow = new google.maps.InfoWindow({content: $l71d8c7b32b506beb1d6469832a153576});google.maps.event.addListener(m_71d8c7b32b506beb1d6469832a153576, 'click', function() {infowindow.open(map,m_71d8c7b32b506beb1d6469832a153576);});$marker.push(m_71d8c7b32b506beb1d6469832a153576);}});}google.maps.event.addDomListener(window, 'load', initialize);