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(35.643,-80.4853)};var g_8f7d5ed3b71f541009859c5b38df188d = new google.maps.Geocoder();g_8f7d5ed3b71f541009859c5b38df188d.geocode( { 'address': "807 Jake Alexander Blvd S, Salisbury, NC 28147, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-NC-mariner-finance').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-NC-mariner-finance'), mapOptions);}document.getElementById('ec93194f').innerHTML += ' | View Map';var $l8f7d5ed3b71f541009859c5b38df188d = '

Mariner Finance

Address: 807 Jake Alexander Blvd S, Salisbury, NC 28147, USA
Phone: (704) 636-8641
';var m_8f7d5ed3b71f541009859c5b38df188d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mariner Finance',});m_8f7d5ed3b71f541009859c5b38df188d['infowindow'] = new google.maps.InfoWindow({content: $l8f7d5ed3b71f541009859c5b38df188d});var infowindow = new google.maps.InfoWindow({content: $l8f7d5ed3b71f541009859c5b38df188d});google.maps.event.addListener(m_8f7d5ed3b71f541009859c5b38df188d, 'click', function() {infowindow.open(map,m_8f7d5ed3b71f541009859c5b38df188d);});$marker.push(m_8f7d5ed3b71f541009859c5b38df188d);}});}google.maps.event.addDomListener(window, 'load', initialize);