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(37.2774,-76.7414)};var g_ca62a67c2690b61399981a5645e34f90 = new google.maps.Geocoder();g_ca62a67c2690b61399981a5645e34f90.geocode( { 'address': "4804 Courthouse St #4B, Williamsburg, VA 23188, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsburg-VA-movement-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('williamsburg-VA-movement-mortgage'), mapOptions);}document.getElementById('0cdd3dad').innerHTML += ' | View Map';var $lca62a67c2690b61399981a5645e34f90 = '

Movement Mortgage

Address: 4804 Courthouse St #4B, Williamsburg, VA 23188, USA
Phone: (804) 381-0856
';var m_ca62a67c2690b61399981a5645e34f90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Movement Mortgage',});m_ca62a67c2690b61399981a5645e34f90['infowindow'] = new google.maps.InfoWindow({content: $lca62a67c2690b61399981a5645e34f90});var infowindow = new google.maps.InfoWindow({content: $lca62a67c2690b61399981a5645e34f90});google.maps.event.addListener(m_ca62a67c2690b61399981a5645e34f90, 'click', function() {infowindow.open(map,m_ca62a67c2690b61399981a5645e34f90);});$marker.push(m_ca62a67c2690b61399981a5645e34f90);}});}google.maps.event.addDomListener(window, 'load', initialize);