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(43.1771,-77.6137)};var g_ee77f23899e911ace641794f89c19e1c = new google.maps.Geocoder();g_ee77f23899e911ace641794f89c19e1c.geocode( { 'address': "997 N Clinton Ave, Rochester, NY 14621, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-clinton-fast-cash').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-clinton-fast-cash'), mapOptions);}document.getElementById('86acbd30').innerHTML += ' | View Map';var $lee77f23899e911ace641794f89c19e1c = '

Clinton Fast Cash

Address: 997 N Clinton Ave, Rochester, NY 14621, USA
Phone: (585) 454-1444
';var m_ee77f23899e911ace641794f89c19e1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clinton Fast Cash',});m_ee77f23899e911ace641794f89c19e1c['infowindow'] = new google.maps.InfoWindow({content: $lee77f23899e911ace641794f89c19e1c});var infowindow = new google.maps.InfoWindow({content: $lee77f23899e911ace641794f89c19e1c});google.maps.event.addListener(m_ee77f23899e911ace641794f89c19e1c, 'click', function() {infowindow.open(map,m_ee77f23899e911ace641794f89c19e1c);});$marker.push(m_ee77f23899e911ace641794f89c19e1c);}});}google.maps.event.addDomListener(window, 'load', initialize);