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.0025,-81.2167)};var g_05ab9a4fa54858c701819c57f455b279 = new google.maps.Geocoder();g_05ab9a4fa54858c701819c57f455b279.geocode( { 'address': "204 Caughman Farm Ln Suite 101, Lexington, SC 29072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-SC-clay-henry-team-at-guild-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('lexington-SC-clay-henry-team-at-guild-mortgage'), mapOptions);}document.getElementById('990b43d0').innerHTML += ' | View Map';var $l05ab9a4fa54858c701819c57f455b279 = '

Clay Henry Team at Guild Mortgage

Address: 204 Caughman Farm Ln Suite 101, Lexington, SC 29072, USA
Phone: (803) 466-0221
';var m_05ab9a4fa54858c701819c57f455b279 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clay Henry Team at Guild Mortgage',});m_05ab9a4fa54858c701819c57f455b279['infowindow'] = new google.maps.InfoWindow({content: $l05ab9a4fa54858c701819c57f455b279});var infowindow = new google.maps.InfoWindow({content: $l05ab9a4fa54858c701819c57f455b279});google.maps.event.addListener(m_05ab9a4fa54858c701819c57f455b279, 'click', function() {infowindow.open(map,m_05ab9a4fa54858c701819c57f455b279);});$marker.push(m_05ab9a4fa54858c701819c57f455b279);}});}google.maps.event.addDomListener(window, 'load', initialize);