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(34.0101,-81.0243)};var g_2a0e5d512cf19d633e40c45d92287df6 = new google.maps.Geocoder();g_2a0e5d512cf19d633e40c45d92287df6.geocode( { 'address': "1906 Taylor St, Columbia, SC 29201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-covington-credit'), mapOptions);}document.getElementById('a8da726e').innerHTML += ' | View Map';var $l2a0e5d512cf19d633e40c45d92287df6 = '

Covington Credit

Address: 1906 Taylor St, Columbia, SC 29201, USA
Phone: (803) 254-6092
';var m_2a0e5d512cf19d633e40c45d92287df6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_2a0e5d512cf19d633e40c45d92287df6['infowindow'] = new google.maps.InfoWindow({content: $l2a0e5d512cf19d633e40c45d92287df6});var infowindow = new google.maps.InfoWindow({content: $l2a0e5d512cf19d633e40c45d92287df6});google.maps.event.addListener(m_2a0e5d512cf19d633e40c45d92287df6, 'click', function() {infowindow.open(map,m_2a0e5d512cf19d633e40c45d92287df6);});$marker.push(m_2a0e5d512cf19d633e40c45d92287df6);}});}google.maps.event.addDomListener(window, 'load', initialize);