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.8332,-73.3632)};var g_dc274708bba5df6e8b2d99932a71b1ff = new google.maps.Geocoder();g_dc274708bba5df6e8b2d99932a71b1ff.geocode( { 'address': "1206 E Jericho Turnpike, Huntington, NY 11743, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-NY-affordable-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('huntington-NY-affordable-financial-services'), mapOptions);}document.getElementById('6defead6').innerHTML += ' | View Map';var $ldc274708bba5df6e8b2d99932a71b1ff = '

Affordable Financial Services

Address: 1206 E Jericho Turnpike, Huntington, NY 11743, USA
Phone: (888) 500-0282
';var m_dc274708bba5df6e8b2d99932a71b1ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affordable Financial Services',});m_dc274708bba5df6e8b2d99932a71b1ff['infowindow'] = new google.maps.InfoWindow({content: $ldc274708bba5df6e8b2d99932a71b1ff});var infowindow = new google.maps.InfoWindow({content: $ldc274708bba5df6e8b2d99932a71b1ff});google.maps.event.addListener(m_dc274708bba5df6e8b2d99932a71b1ff, 'click', function() {infowindow.open(map,m_dc274708bba5df6e8b2d99932a71b1ff);});$marker.push(m_dc274708bba5df6e8b2d99932a71b1ff);}});}google.maps.event.addDomListener(window, 'load', initialize);