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.7195,-81.3163)};var g_b6e16e5df709e3386d7df8c34dccb1d2 = new google.maps.Geocoder();g_b6e16e5df709e3386d7df8c34dccb1d2.geocode( { 'address': "1038 Lenoir Rhyne Blvd SE, Hickory, NC 28602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hickory-NC-universal-finance').style.display = '';map = new google.maps.Map(document.getElementById('hickory-NC-universal-finance'), mapOptions);}document.getElementById('98390115').innerHTML += ' | View Map';var $lb6e16e5df709e3386d7df8c34dccb1d2 = '

Universal Finance

Address: 1038 Lenoir Rhyne Blvd SE, Hickory, NC 28602, USA
Phone: (828) 267-0005
';var m_b6e16e5df709e3386d7df8c34dccb1d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Universal Finance',});m_b6e16e5df709e3386d7df8c34dccb1d2['infowindow'] = new google.maps.InfoWindow({content: $lb6e16e5df709e3386d7df8c34dccb1d2});var infowindow = new google.maps.InfoWindow({content: $lb6e16e5df709e3386d7df8c34dccb1d2});google.maps.event.addListener(m_b6e16e5df709e3386d7df8c34dccb1d2, 'click', function() {infowindow.open(map,m_b6e16e5df709e3386d7df8c34dccb1d2);});$marker.push(m_b6e16e5df709e3386d7df8c34dccb1d2);}});}google.maps.event.addDomListener(window, 'load', initialize);