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.6982,-82.9551)};var g_c1126494f241c94dcbbf7ca6f938b7ab = new google.maps.Geocoder();g_c1126494f241c94dcbbf7ca6f938b7ab.geocode( { 'address': "528-C Bypass 123, Seneca, SC 29678, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seneca-SC-dominion-mortgage-and-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('seneca-SC-dominion-mortgage-and-financial-services-inc'), mapOptions);}document.getElementById('8af29191').innerHTML += ' | View Map';var $lc1126494f241c94dcbbf7ca6f938b7ab = '

Dominion Mortgage and Financial Services, Inc.

Address: 528-C Bypass 123, Seneca, SC 29678, USA
Phone: (864) 882-1105
';var m_c1126494f241c94dcbbf7ca6f938b7ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dominion Mortgage and Financial Services, Inc.',});m_c1126494f241c94dcbbf7ca6f938b7ab['infowindow'] = new google.maps.InfoWindow({content: $lc1126494f241c94dcbbf7ca6f938b7ab});var infowindow = new google.maps.InfoWindow({content: $lc1126494f241c94dcbbf7ca6f938b7ab});google.maps.event.addListener(m_c1126494f241c94dcbbf7ca6f938b7ab, 'click', function() {infowindow.open(map,m_c1126494f241c94dcbbf7ca6f938b7ab);});$marker.push(m_c1126494f241c94dcbbf7ca6f938b7ab);}});}google.maps.event.addDomListener(window, 'load', initialize);