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.8129,-82.2795)};var g_078fe7c7d854680bf010786b0806a1be = new google.maps.Geocoder();g_078fe7c7d854680bf010786b0806a1be.geocode( { 'address': "1100 Brookfield Blvd, Greenville, SC 29607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-SC-ford-motor-credit').style.display = '';map = new google.maps.Map(document.getElementById('greenville-SC-ford-motor-credit'), mapOptions);}document.getElementById('a2f17f35').innerHTML += ' | View Map';var $l078fe7c7d854680bf010786b0806a1be = '

Ford Motor Credit

Address: 1100 Brookfield Blvd, Greenville, SC 29607, USA
Phone: (877) 805-7187
';var m_078fe7c7d854680bf010786b0806a1be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ford Motor Credit',});m_078fe7c7d854680bf010786b0806a1be['infowindow'] = new google.maps.InfoWindow({content: $l078fe7c7d854680bf010786b0806a1be});var infowindow = new google.maps.InfoWindow({content: $l078fe7c7d854680bf010786b0806a1be});google.maps.event.addListener(m_078fe7c7d854680bf010786b0806a1be, 'click', function() {infowindow.open(map,m_078fe7c7d854680bf010786b0806a1be);});$marker.push(m_078fe7c7d854680bf010786b0806a1be);}});}google.maps.event.addDomListener(window, 'load', initialize);