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(42.9279,-76.5664)};var g_32e3b25cfdadc8779a12ddc58c0b2a8d = new google.maps.Geocoder();g_32e3b25cfdadc8779a12ddc58c0b2a8d.geocode( { 'address': "40 Westlake Ave, Auburn, NY 13021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-NY-onesource-financial').style.display = '';map = new google.maps.Map(document.getElementById('auburn-NY-onesource-financial'), mapOptions);}document.getElementById('da5852fd').innerHTML += ' | View Map';var $l32e3b25cfdadc8779a12ddc58c0b2a8d = '

OneSource Financial

Address: 40 Westlake Ave, Auburn, NY 13021, USA
Phone: (877) 282-0014
';var m_32e3b25cfdadc8779a12ddc58c0b2a8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneSource Financial',});m_32e3b25cfdadc8779a12ddc58c0b2a8d['infowindow'] = new google.maps.InfoWindow({content: $l32e3b25cfdadc8779a12ddc58c0b2a8d});var infowindow = new google.maps.InfoWindow({content: $l32e3b25cfdadc8779a12ddc58c0b2a8d});google.maps.event.addListener(m_32e3b25cfdadc8779a12ddc58c0b2a8d, 'click', function() {infowindow.open(map,m_32e3b25cfdadc8779a12ddc58c0b2a8d);});$marker.push(m_32e3b25cfdadc8779a12ddc58c0b2a8d);}});}google.maps.event.addDomListener(window, 'load', initialize);