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(40.0545,-84.239)};var g_80b6441a5a3063cead56c79fcfc8d358 = new google.maps.Geocoder();g_80b6441a5a3063cead56c79fcfc8d358.geocode( { 'address': "1870 W Main St, Troy, OH 45373, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-OH-mariner-finance').style.display = '';map = new google.maps.Map(document.getElementById('troy-OH-mariner-finance'), mapOptions);}document.getElementById('0887c40e').innerHTML += ' | View Map';var $l80b6441a5a3063cead56c79fcfc8d358 = '

Mariner Finance

Address: 1870 W Main St, Troy, OH 45373, USA
Phone: (937) 703-9381
';var m_80b6441a5a3063cead56c79fcfc8d358 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mariner Finance',});m_80b6441a5a3063cead56c79fcfc8d358['infowindow'] = new google.maps.InfoWindow({content: $l80b6441a5a3063cead56c79fcfc8d358});var infowindow = new google.maps.InfoWindow({content: $l80b6441a5a3063cead56c79fcfc8d358});google.maps.event.addListener(m_80b6441a5a3063cead56c79fcfc8d358, 'click', function() {infowindow.open(map,m_80b6441a5a3063cead56c79fcfc8d358);});$marker.push(m_80b6441a5a3063cead56c79fcfc8d358);}});}google.maps.event.addDomListener(window, 'load', initialize);