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.0031,-81.036)};var g_81036e591cbf43edb0208c447db78213 = new google.maps.Geocoder();g_81036e591cbf43edb0208c447db78213.geocode( { 'address': "1328 Assembly St, Columbia, SC 29201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-bonded-loan-office').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-bonded-loan-office'), mapOptions);}document.getElementById('b1514221').innerHTML += ' | View Map';var $l81036e591cbf43edb0208c447db78213 = '

Bonded Loan Office

Address: 1328 Assembly St, Columbia, SC 29201, USA
Phone: (803) 252-1105
';var m_81036e591cbf43edb0208c447db78213 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bonded Loan Office',});m_81036e591cbf43edb0208c447db78213['infowindow'] = new google.maps.InfoWindow({content: $l81036e591cbf43edb0208c447db78213});var infowindow = new google.maps.InfoWindow({content: $l81036e591cbf43edb0208c447db78213});google.maps.event.addListener(m_81036e591cbf43edb0208c447db78213, 'click', function() {infowindow.open(map,m_81036e591cbf43edb0208c447db78213);});$marker.push(m_81036e591cbf43edb0208c447db78213);}});}google.maps.event.addDomListener(window, 'load', initialize);