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.3339,-77.3181)};var g_450c8ea845c99e746b1f0a06bc057e17 = new google.maps.Geocoder();g_450c8ea845c99e746b1f0a06bc057e17.geocode( { 'address': "12 Liberty St, Bath, NY 14810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bath-NY-bath-credit-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('bath-NY-bath-credit-services-inc'), mapOptions);}document.getElementById('44b6af8c').innerHTML += ' | View Map';var $l450c8ea845c99e746b1f0a06bc057e17 = '

Bath Credit Services Inc

Address: 12 Liberty St, Bath, NY 14810, USA
Phone: (607) 776-7689
';var m_450c8ea845c99e746b1f0a06bc057e17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bath Credit Services Inc',});m_450c8ea845c99e746b1f0a06bc057e17['infowindow'] = new google.maps.InfoWindow({content: $l450c8ea845c99e746b1f0a06bc057e17});var infowindow = new google.maps.InfoWindow({content: $l450c8ea845c99e746b1f0a06bc057e17});google.maps.event.addListener(m_450c8ea845c99e746b1f0a06bc057e17, 'click', function() {infowindow.open(map,m_450c8ea845c99e746b1f0a06bc057e17);});$marker.push(m_450c8ea845c99e746b1f0a06bc057e17);}});}google.maps.event.addDomListener(window, 'load', initialize);