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.6687,-73.7079)};var g_1b08a97dde5acb38d5f12178452125eb = new google.maps.Geocoder();g_1b08a97dde5acb38d5f12178452125eb.geocode( { 'address': "33 N Central Ave, Valley Stream, NY 11580, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valley-stream-NY-franklin-first-financial--valley-stream--mortgage-banker').style.display = '';map = new google.maps.Map(document.getElementById('valley-stream-NY-franklin-first-financial--valley-stream--mortgage-banker'), mapOptions);}document.getElementById('00077b8e').innerHTML += ' | View Map';var $l1b08a97dde5acb38d5f12178452125eb = '

Franklin First Financial | Valley Stream | Mortgage Banker

Address: 33 N Central Ave, Valley Stream, NY 11580, USA
Phone: (800) 955-5500
';var m_1b08a97dde5acb38d5f12178452125eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Franklin First Financial | Valley Stream | Mortgage Banker',});m_1b08a97dde5acb38d5f12178452125eb['infowindow'] = new google.maps.InfoWindow({content: $l1b08a97dde5acb38d5f12178452125eb});var infowindow = new google.maps.InfoWindow({content: $l1b08a97dde5acb38d5f12178452125eb});google.maps.event.addListener(m_1b08a97dde5acb38d5f12178452125eb, 'click', function() {infowindow.open(map,m_1b08a97dde5acb38d5f12178452125eb);});$marker.push(m_1b08a97dde5acb38d5f12178452125eb);}});}google.maps.event.addDomListener(window, 'load', initialize);