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.0016,-81.0462)};var g_7eceaba5b3ec9fd58fecc41a512caeda = new google.maps.Geocoder();g_7eceaba5b3ec9fd58fecc41a512caeda.geocode( { 'address': "508 Hampton St, Columbia, SC 29201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-wells-fargo-reverse-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-wells-fargo-reverse-mortgage'), mapOptions);}document.getElementById('17e07c69').innerHTML += ' | View Map';var $l7eceaba5b3ec9fd58fecc41a512caeda = '

Wells Fargo Reverse Mortgage

Address: 508 Hampton St, Columbia, SC 29201, USA
Phone: (803) 309-0743
';var m_7eceaba5b3ec9fd58fecc41a512caeda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Reverse Mortgage',});m_7eceaba5b3ec9fd58fecc41a512caeda['infowindow'] = new google.maps.InfoWindow({content: $l7eceaba5b3ec9fd58fecc41a512caeda});var infowindow = new google.maps.InfoWindow({content: $l7eceaba5b3ec9fd58fecc41a512caeda});google.maps.event.addListener(m_7eceaba5b3ec9fd58fecc41a512caeda, 'click', function() {infowindow.open(map,m_7eceaba5b3ec9fd58fecc41a512caeda);});$marker.push(m_7eceaba5b3ec9fd58fecc41a512caeda);}});}google.maps.event.addDomListener(window, 'load', initialize);