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(33.9982,-81.0325)};var g_650c7c36b51c28474d673ce4bf597e16 = new google.maps.Geocoder();g_650c7c36b51c28474d673ce4bf597e16.geocode( { 'address': "275 Harbison Blvd, Columbia, SC 29212"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-american-general-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-american-general-financial-services'), mapOptions);}document.getElementById('392366db').innerHTML += ' | View Map';var $l650c7c36b51c28474d673ce4bf597e16 = '

American General Financial Services

Address: 275 Harbison Blvd, Columbia, SC 29212
Phone: (803) 732-2076
';var m_650c7c36b51c28474d673ce4bf597e16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American General Financial Services',});m_650c7c36b51c28474d673ce4bf597e16['infowindow'] = new google.maps.InfoWindow({content: $l650c7c36b51c28474d673ce4bf597e16});var infowindow = new google.maps.InfoWindow({content: $l650c7c36b51c28474d673ce4bf597e16});google.maps.event.addListener(m_650c7c36b51c28474d673ce4bf597e16, 'click', function() {infowindow.open(map,m_650c7c36b51c28474d673ce4bf597e16);});$marker.push(m_650c7c36b51c28474d673ce4bf597e16);}});}google.maps.event.addDomListener(window, 'load', initialize);