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.2103,-77.6947)};var g_c5474d17eceda3f033d3cc4699c1af0d = new google.maps.Geocoder();g_c5474d17eceda3f033d3cc4699c1af0d.geocode( { 'address': "2496 W Ridge Rd, Rochester, NY 14626, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-mariner-finance').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-mariner-finance'), mapOptions);}document.getElementById('5efc4b83').innerHTML += ' | View Map';var $lc5474d17eceda3f033d3cc4699c1af0d = '

Mariner Finance

Address: 2496 W Ridge Rd, Rochester, NY 14626, USA
Phone: (585) 865-1130
';var m_c5474d17eceda3f033d3cc4699c1af0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mariner Finance',});m_c5474d17eceda3f033d3cc4699c1af0d['infowindow'] = new google.maps.InfoWindow({content: $lc5474d17eceda3f033d3cc4699c1af0d});var infowindow = new google.maps.InfoWindow({content: $lc5474d17eceda3f033d3cc4699c1af0d});google.maps.event.addListener(m_c5474d17eceda3f033d3cc4699c1af0d, 'click', function() {infowindow.open(map,m_c5474d17eceda3f033d3cc4699c1af0d);});$marker.push(m_c5474d17eceda3f033d3cc4699c1af0d);}});}google.maps.event.addDomListener(window, 'load', initialize);