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.0764,-81.6464)};var g_192c6192d254e64a44d169c97a64f19c = new google.maps.Geocoder();g_192c6192d254e64a44d169c97a64f19c.geocode( { 'address': "523 N Limestone St, Gaffney, SC 29340, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gaffney-SC-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('gaffney-SC-world-finance-corporation'), mapOptions);}document.getElementById('d7fa5ef2').innerHTML += ' | View Map';var $l192c6192d254e64a44d169c97a64f19c = '

World Finance Corporation

Address: 523 N Limestone St, Gaffney, SC 29340, USA
Phone: (864) 487-2019
';var m_192c6192d254e64a44d169c97a64f19c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_192c6192d254e64a44d169c97a64f19c['infowindow'] = new google.maps.InfoWindow({content: $l192c6192d254e64a44d169c97a64f19c});var infowindow = new google.maps.InfoWindow({content: $l192c6192d254e64a44d169c97a64f19c});google.maps.event.addListener(m_192c6192d254e64a44d169c97a64f19c, 'click', function() {infowindow.open(map,m_192c6192d254e64a44d169c97a64f19c);});$marker.push(m_192c6192d254e64a44d169c97a64f19c);}});}google.maps.event.addDomListener(window, 'load', initialize);