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.3314,-79.9462)};var g_599fbfc771d63d7ec5efbab7981f963c = new google.maps.Geocoder();g_599fbfc771d63d7ec5efbab7981f963c.geocode( { 'address': "560 Clairton Blvd d, Pittsburgh, PA 15236, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-mariner-finance').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-mariner-finance'), mapOptions);}document.getElementById('657603a6').innerHTML += ' | View Map';var $l599fbfc771d63d7ec5efbab7981f963c = '

Mariner Finance

Address: 560 Clairton Blvd d, Pittsburgh, PA 15236, USA
Phone: (412) 543-4083
';var m_599fbfc771d63d7ec5efbab7981f963c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mariner Finance',});m_599fbfc771d63d7ec5efbab7981f963c['infowindow'] = new google.maps.InfoWindow({content: $l599fbfc771d63d7ec5efbab7981f963c});var infowindow = new google.maps.InfoWindow({content: $l599fbfc771d63d7ec5efbab7981f963c});google.maps.event.addListener(m_599fbfc771d63d7ec5efbab7981f963c, 'click', function() {infowindow.open(map,m_599fbfc771d63d7ec5efbab7981f963c);});$marker.push(m_599fbfc771d63d7ec5efbab7981f963c);}});}google.maps.event.addDomListener(window, 'load', initialize);