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.0923,-81.6661)};var g_becc353586042b6dbcc42c1b794c37b6 = new google.maps.Geocoder();g_becc353586042b6dbcc42c1b794c37b6.geocode( { 'address': "1617 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-gaffney-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('gaffney-SC-gaffney-financial-services-inc'), mapOptions);}document.getElementById('dc935d45').innerHTML += ' | View Map';var $lbecc353586042b6dbcc42c1b794c37b6 = '

Gaffney Financial Services Inc

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