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.9272,-76.5738)};var g_81941757c31736489c6e889b6e7bc1bd = new google.maps.Geocoder();g_81941757c31736489c6e889b6e7bc1bd.geocode( { 'address': "198 Genesee St, Auburn, NY 13021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-NY-one-source-financial').style.display = '';map = new google.maps.Map(document.getElementById('auburn-NY-one-source-financial'), mapOptions);}document.getElementById('696cc020').innerHTML += ' | View Map';var $l81941757c31736489c6e889b6e7bc1bd = '

One Source Financial

Address: 198 Genesee St, Auburn, NY 13021, USA
Phone: (315) 258-0494
';var m_81941757c31736489c6e889b6e7bc1bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'One Source Financial',});m_81941757c31736489c6e889b6e7bc1bd['infowindow'] = new google.maps.InfoWindow({content: $l81941757c31736489c6e889b6e7bc1bd});var infowindow = new google.maps.InfoWindow({content: $l81941757c31736489c6e889b6e7bc1bd});google.maps.event.addListener(m_81941757c31736489c6e889b6e7bc1bd, 'click', function() {infowindow.open(map,m_81941757c31736489c6e889b6e7bc1bd);});$marker.push(m_81941757c31736489c6e889b6e7bc1bd);}});}google.maps.event.addDomListener(window, 'load', initialize);