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.9262,-80.5892)};var g_0b5e49a0cbc380b656a68a760ebf252c = new google.maps.Geocoder();g_0b5e49a0cbc380b656a68a760ebf252c.geocode( { 'address': "223 Cooper Creek Dr # 106, Mocksville, NC 27028, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mocksville-NC-universal-finance-inc').style.display = '';map = new google.maps.Map(document.getElementById('mocksville-NC-universal-finance-inc'), mapOptions);}document.getElementById('946db538').innerHTML += ' | View Map';var $l0b5e49a0cbc380b656a68a760ebf252c = '

Universal Finance Inc

Address: 223 Cooper Creek Dr # 106, Mocksville, NC 27028, USA
Phone: (336) 751-0009
';var m_0b5e49a0cbc380b656a68a760ebf252c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Universal Finance Inc',});m_0b5e49a0cbc380b656a68a760ebf252c['infowindow'] = new google.maps.InfoWindow({content: $l0b5e49a0cbc380b656a68a760ebf252c});var infowindow = new google.maps.InfoWindow({content: $l0b5e49a0cbc380b656a68a760ebf252c});google.maps.event.addListener(m_0b5e49a0cbc380b656a68a760ebf252c, 'click', function() {infowindow.open(map,m_0b5e49a0cbc380b656a68a760ebf252c);});$marker.push(m_0b5e49a0cbc380b656a68a760ebf252c);}});}google.maps.event.addDomListener(window, 'load', initialize);