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.2727,-81.5113)};var g_bebd5d70c1e22409592619c0c493c3fc = new google.maps.Geocoder();g_bebd5d70c1e22409592619c0c493c3fc.geocode( { 'address': "1606 E Dixon Blvd c, Shelby, NC 28152, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelby-NC-mariner-finance').style.display = '';map = new google.maps.Map(document.getElementById('shelby-NC-mariner-finance'), mapOptions);}document.getElementById('294b8e4b').innerHTML += ' | View Map';var $lbebd5d70c1e22409592619c0c493c3fc = '

Mariner Finance

Address: 1606 E Dixon Blvd c, Shelby, NC 28152, USA
Phone: (704) 482-2025
';var m_bebd5d70c1e22409592619c0c493c3fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mariner Finance',});m_bebd5d70c1e22409592619c0c493c3fc['infowindow'] = new google.maps.InfoWindow({content: $lbebd5d70c1e22409592619c0c493c3fc});var infowindow = new google.maps.InfoWindow({content: $lbebd5d70c1e22409592619c0c493c3fc});google.maps.event.addListener(m_bebd5d70c1e22409592619c0c493c3fc, 'click', function() {infowindow.open(map,m_bebd5d70c1e22409592619c0c493c3fc);});$marker.push(m_bebd5d70c1e22409592619c0c493c3fc);}});}google.maps.event.addDomListener(window, 'load', initialize);