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.0034,-81.0339)};var g_d5fe0914d1b910929293118883ce87fc = new google.maps.Geocoder();g_d5fe0914d1b910929293118883ce87fc.geocode( { 'address': "The Meridian Building, 1320 Main St, Columbia, SC 29201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-homebridge-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-homebridge-financial-services'), mapOptions);}document.getElementById('bd3620ae').innerHTML += ' | View Map';var $ld5fe0914d1b910929293118883ce87fc = '

HomeBridge Financial Services

Address: The Meridian Building, 1320 Main St, Columbia, SC 29201, USA
Phone: (803) 310-3624
';var m_d5fe0914d1b910929293118883ce87fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeBridge Financial Services',});m_d5fe0914d1b910929293118883ce87fc['infowindow'] = new google.maps.InfoWindow({content: $ld5fe0914d1b910929293118883ce87fc});var infowindow = new google.maps.InfoWindow({content: $ld5fe0914d1b910929293118883ce87fc});google.maps.event.addListener(m_d5fe0914d1b910929293118883ce87fc, 'click', function() {infowindow.open(map,m_d5fe0914d1b910929293118883ce87fc);});$marker.push(m_d5fe0914d1b910929293118883ce87fc);}});}google.maps.event.addDomListener(window, 'load', initialize);