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.8483,-76.2121)};var g_559a4a54901636228f62f8f83e3f29c0 = new google.maps.Geocoder();g_559a4a54901636228f62f8f83e3f29c0.geocode( { 'address': "415 N Military Hwy Suite 26, Norfolk, VA 23502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norfolk-VA-express-check-advance').style.display = '';map = new google.maps.Map(document.getElementById('norfolk-VA-express-check-advance'), mapOptions);}document.getElementById('e023ea73').innerHTML += ' | View Map';var $l559a4a54901636228f62f8f83e3f29c0 = '

Express Check Advance

Address: 415 N Military Hwy Suite 26, Norfolk, VA 23502, USA
Phone: (757) 459-2288
';var m_559a4a54901636228f62f8f83e3f29c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Express Check Advance',});m_559a4a54901636228f62f8f83e3f29c0['infowindow'] = new google.maps.InfoWindow({content: $l559a4a54901636228f62f8f83e3f29c0});var infowindow = new google.maps.InfoWindow({content: $l559a4a54901636228f62f8f83e3f29c0});google.maps.event.addListener(m_559a4a54901636228f62f8f83e3f29c0, 'click', function() {infowindow.open(map,m_559a4a54901636228f62f8f83e3f29c0);});$marker.push(m_559a4a54901636228f62f8f83e3f29c0);}});}google.maps.event.addDomListener(window, 'load', initialize);