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(33.6707,-78.9459)};var g_3636d84dd596dd83dc16a81270036aeb = new google.maps.Geocoder();g_3636d84dd596dd83dc16a81270036aeb.geocode( { 'address': "1350 Farrow Pkwy #202a, Myrtle Beach, SC 29577, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('myrtle-beach-SC-us-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('myrtle-beach-SC-us-mortgage-corporation'), mapOptions);}document.getElementById('462ca643').innerHTML += ' | View Map';var $l3636d84dd596dd83dc16a81270036aeb = '

US MORTGAGE CORPORATION

Address: 1350 Farrow Pkwy #202a, Myrtle Beach, SC 29577, USA
Phone: (843) 232-7807
';var m_3636d84dd596dd83dc16a81270036aeb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US MORTGAGE CORPORATION',});m_3636d84dd596dd83dc16a81270036aeb['infowindow'] = new google.maps.InfoWindow({content: $l3636d84dd596dd83dc16a81270036aeb});var infowindow = new google.maps.InfoWindow({content: $l3636d84dd596dd83dc16a81270036aeb});google.maps.event.addListener(m_3636d84dd596dd83dc16a81270036aeb, 'click', function() {infowindow.open(map,m_3636d84dd596dd83dc16a81270036aeb);});$marker.push(m_3636d84dd596dd83dc16a81270036aeb);}});}google.maps.event.addDomListener(window, 'load', initialize);