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(41.4787,-74.53)};var g_60c8179fad5be6d39b73660ca24c8d65 = new google.maps.Geocoder();g_60c8179fad5be6d39b73660ca24c8d65.geocode( { 'address': "49 Sanitorium Ave, Otisville, NY 10963, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('otisville-NY-usalliance-financial').style.display = '';map = new google.maps.Map(document.getElementById('otisville-NY-usalliance-financial'), mapOptions);}document.getElementById('ac889fb4').innerHTML += ' | View Map';var $l60c8179fad5be6d39b73660ca24c8d65 = '

USALLIANCE Financial

Address: 49 Sanitorium Ave, Otisville, NY 10963, USA
Phone: (800) 431-2754
';var m_60c8179fad5be6d39b73660ca24c8d65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USALLIANCE Financial',});m_60c8179fad5be6d39b73660ca24c8d65['infowindow'] = new google.maps.InfoWindow({content: $l60c8179fad5be6d39b73660ca24c8d65});var infowindow = new google.maps.InfoWindow({content: $l60c8179fad5be6d39b73660ca24c8d65});google.maps.event.addListener(m_60c8179fad5be6d39b73660ca24c8d65, 'click', function() {infowindow.open(map,m_60c8179fad5be6d39b73660ca24c8d65);});$marker.push(m_60c8179fad5be6d39b73660ca24c8d65);}});}google.maps.event.addDomListener(window, 'load', initialize);