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(36.8347,-76.3034)};var g_a2a98bfca14174f96ed0af9c76231f7d = new google.maps.Geocoder();g_a2a98bfca14174f96ed0af9c76231f7d.geocode( { 'address': "519 Washington St, Portsmouth, VA 23704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-VA-elizabeth-building--loan-association').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-VA-elizabeth-building--loan-association'), mapOptions);}document.getElementById('95420076').innerHTML += ' | View Map';var $la2a98bfca14174f96ed0af9c76231f7d = '

Elizabeth Building & Loan Association

Address: 519 Washington St, Portsmouth, VA 23704, USA
Phone: (757) 399-5121
';var m_a2a98bfca14174f96ed0af9c76231f7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elizabeth Building & Loan Association',});m_a2a98bfca14174f96ed0af9c76231f7d['infowindow'] = new google.maps.InfoWindow({content: $la2a98bfca14174f96ed0af9c76231f7d});var infowindow = new google.maps.InfoWindow({content: $la2a98bfca14174f96ed0af9c76231f7d});google.maps.event.addListener(m_a2a98bfca14174f96ed0af9c76231f7d, 'click', function() {infowindow.open(map,m_a2a98bfca14174f96ed0af9c76231f7d);});$marker.push(m_a2a98bfca14174f96ed0af9c76231f7d);}});}google.maps.event.addDomListener(window, 'load', initialize);