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.6869,-73.4694)};var g_19b919b394e6637fb5decaa848a20d1c = new google.maps.Geocoder();g_19b919b394e6637fb5decaa848a20d1c.geocode( { 'address': "551 Broadway, Massapequa, NY 11758"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('massapequa-NY-site-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('massapequa-NY-site-financial-services'), mapOptions);}document.getElementById('d1afa577').innerHTML += ' | View Map';var $l19b919b394e6637fb5decaa848a20d1c = '

Site Financial Services

Address: 551 Broadway, Massapequa, NY 11758
Phone: (516) 799-8401
';var m_19b919b394e6637fb5decaa848a20d1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Site Financial Services',});m_19b919b394e6637fb5decaa848a20d1c['infowindow'] = new google.maps.InfoWindow({content: $l19b919b394e6637fb5decaa848a20d1c});var infowindow = new google.maps.InfoWindow({content: $l19b919b394e6637fb5decaa848a20d1c});google.maps.event.addListener(m_19b919b394e6637fb5decaa848a20d1c, 'click', function() {infowindow.open(map,m_19b919b394e6637fb5decaa848a20d1c);});$marker.push(m_19b919b394e6637fb5decaa848a20d1c);}});}google.maps.event.addDomListener(window, 'load', initialize);