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.9479,-81.9338)};var g_4728551060c2ada982919edf0c8607e2 = new google.maps.Geocoder();g_4728551060c2ada982919edf0c8607e2.geocode( { 'address': "187 W Broad St, Spartanburg, SC 29306, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spartanburg-SC-magnolia-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('spartanburg-SC-magnolia-financial-inc'), mapOptions);}document.getElementById('57f4c111').innerHTML += ' | View Map';var $l4728551060c2ada982919edf0c8607e2 = '

Magnolia Financial Inc

Address: 187 W Broad St, Spartanburg, SC 29306, USA
Phone: (864) 573-9900
';var m_4728551060c2ada982919edf0c8607e2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Magnolia Financial Inc',});m_4728551060c2ada982919edf0c8607e2['infowindow'] = new google.maps.InfoWindow({content: $l4728551060c2ada982919edf0c8607e2});var infowindow = new google.maps.InfoWindow({content: $l4728551060c2ada982919edf0c8607e2});google.maps.event.addListener(m_4728551060c2ada982919edf0c8607e2, 'click', function() {infowindow.open(map,m_4728551060c2ada982919edf0c8607e2);});$marker.push(m_4728551060c2ada982919edf0c8607e2);}});}google.maps.event.addDomListener(window, 'load', initialize);