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.7958,-77.8171)};var g_a638b925a99018f63a3a78cec2a6e83d = new google.maps.Geocoder();g_a638b925a99018f63a3a78cec2a6e83d.geocode( { 'address': "94 Main St, Geneseo, NY 14454, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('geneseo-NY-anti-collections').style.display = '';map = new google.maps.Map(document.getElementById('geneseo-NY-anti-collections'), mapOptions);}document.getElementById('6f4dff88').innerHTML += ' | View Map';var $la638b925a99018f63a3a78cec2a6e83d = '

Anti Collections

Address: 94 Main St, Geneseo, NY 14454, USA
Phone: (877) 468-7072
';var m_a638b925a99018f63a3a78cec2a6e83d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Anti Collections',});m_a638b925a99018f63a3a78cec2a6e83d['infowindow'] = new google.maps.InfoWindow({content: $la638b925a99018f63a3a78cec2a6e83d});var infowindow = new google.maps.InfoWindow({content: $la638b925a99018f63a3a78cec2a6e83d});google.maps.event.addListener(m_a638b925a99018f63a3a78cec2a6e83d, 'click', function() {infowindow.open(map,m_a638b925a99018f63a3a78cec2a6e83d);});$marker.push(m_a638b925a99018f63a3a78cec2a6e83d);}});}google.maps.event.addDomListener(window, 'load', initialize);