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(35.0824,-81.6571)};var g_50b302ba631ec0a326431ea788874774 = new google.maps.Geocoder();g_50b302ba631ec0a326431ea788874774.geocode( { 'address': "1105 W Floyd Baker Blvd, Gaffney, SC 29341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gaffney-SC-excel-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('gaffney-SC-excel-financial-services'), mapOptions);}document.getElementById('4b033e05').innerHTML += ' | View Map';var $l50b302ba631ec0a326431ea788874774 = '

Excel Financial Services

Address: 1105 W Floyd Baker Blvd, Gaffney, SC 29341, USA
Phone: (864) 487-1131
';var m_50b302ba631ec0a326431ea788874774 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Excel Financial Services',});m_50b302ba631ec0a326431ea788874774['infowindow'] = new google.maps.InfoWindow({content: $l50b302ba631ec0a326431ea788874774});var infowindow = new google.maps.InfoWindow({content: $l50b302ba631ec0a326431ea788874774});google.maps.event.addListener(m_50b302ba631ec0a326431ea788874774, 'click', function() {infowindow.open(map,m_50b302ba631ec0a326431ea788874774);});$marker.push(m_50b302ba631ec0a326431ea788874774);}});}google.maps.event.addDomListener(window, 'load', initialize);