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.3393,-77.3327)};var g_1728efbda81692282ba642aafd57be3a = new google.maps.Geocoder();g_1728efbda81692282ba642aafd57be3a.geocode( { 'address': "372 W Washington St, Bath, NY 14810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bath-NY-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('bath-NY-onemain-financial'), mapOptions);}document.getElementById('83070c3a').innerHTML += ' | View Map';var $l1728efbda81692282ba642aafd57be3a = '

OneMain Financial

Address: 372 W Washington St, Bath, NY 14810, USA
Phone: (607) 776-8083
';var m_1728efbda81692282ba642aafd57be3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_1728efbda81692282ba642aafd57be3a['infowindow'] = new google.maps.InfoWindow({content: $l1728efbda81692282ba642aafd57be3a});var infowindow = new google.maps.InfoWindow({content: $l1728efbda81692282ba642aafd57be3a});google.maps.event.addListener(m_1728efbda81692282ba642aafd57be3a, 'click', function() {infowindow.open(map,m_1728efbda81692282ba642aafd57be3a);});$marker.push(m_1728efbda81692282ba642aafd57be3a);}});}google.maps.event.addDomListener(window, 'load', initialize);