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.2733,-76.7419)};var g_1412f1c8a27e27b88bd2b9e435f38fbd = new google.maps.Geocoder();g_1412f1c8a27e27b88bd2b9e435f38fbd.geocode( { 'address': "4139 Ironbound Rd, Williamsburg, VA 23188, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsburg-VA-old-point-investment-services').style.display = '';map = new google.maps.Map(document.getElementById('williamsburg-VA-old-point-investment-services'), mapOptions);}document.getElementById('73cd05dd').innerHTML += ' | View Map';var $l1412f1c8a27e27b88bd2b9e435f38fbd = '

Old Point Investment Services

Address: 4139 Ironbound Rd, Williamsburg, VA 23188, USA
Phone: (757) 728-1865
';var m_1412f1c8a27e27b88bd2b9e435f38fbd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old Point Investment Services',});m_1412f1c8a27e27b88bd2b9e435f38fbd['infowindow'] = new google.maps.InfoWindow({content: $l1412f1c8a27e27b88bd2b9e435f38fbd});var infowindow = new google.maps.InfoWindow({content: $l1412f1c8a27e27b88bd2b9e435f38fbd});google.maps.event.addListener(m_1412f1c8a27e27b88bd2b9e435f38fbd, 'click', function() {infowindow.open(map,m_1412f1c8a27e27b88bd2b9e435f38fbd);});$marker.push(m_1412f1c8a27e27b88bd2b9e435f38fbd);}});}google.maps.event.addDomListener(window, 'load', initialize);