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.0413,-76.3829)};var g_2ee54ad04e0c4ccddb42bd52efcf27e8 = new google.maps.Geocoder();g_2ee54ad04e0c4ccddb42bd52efcf27e8.geocode( { 'address': "1055 W Mercury Blvd # 400, Hampton, VA 23666, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-VA-langley-financial-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('hampton-VA-langley-financial-services-llc'), mapOptions);}document.getElementById('4f1f0582').innerHTML += ' | View Map';var $l2ee54ad04e0c4ccddb42bd52efcf27e8 = '

Langley Financial Services LLC

Address: 1055 W Mercury Blvd # 400, Hampton, VA 23666, USA
Phone: (757) 838-7561
';var m_2ee54ad04e0c4ccddb42bd52efcf27e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Langley Financial Services LLC',});m_2ee54ad04e0c4ccddb42bd52efcf27e8['infowindow'] = new google.maps.InfoWindow({content: $l2ee54ad04e0c4ccddb42bd52efcf27e8});var infowindow = new google.maps.InfoWindow({content: $l2ee54ad04e0c4ccddb42bd52efcf27e8});google.maps.event.addListener(m_2ee54ad04e0c4ccddb42bd52efcf27e8, 'click', function() {infowindow.open(map,m_2ee54ad04e0c4ccddb42bd52efcf27e8);});$marker.push(m_2ee54ad04e0c4ccddb42bd52efcf27e8);}});}google.maps.event.addDomListener(window, 'load', initialize);