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.9154,-76.2394)};var g_a43cf1bfb47754486720d964df63425b = new google.maps.Geocoder();g_a43cf1bfb47754486720d964df63425b.geocode( { 'address': "1150 E Little Creek Rd #205, Norfolk, VA 23518, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norfolk-VA-military-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('norfolk-VA-military-credit-services'), mapOptions);}document.getElementById('06d4014f').innerHTML += ' | View Map';var $la43cf1bfb47754486720d964df63425b = '

Military Credit Services

Address: 1150 E Little Creek Rd #205, Norfolk, VA 23518, USA
Phone: (866) 627-2100
';var m_a43cf1bfb47754486720d964df63425b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Military Credit Services',});m_a43cf1bfb47754486720d964df63425b['infowindow'] = new google.maps.InfoWindow({content: $la43cf1bfb47754486720d964df63425b});var infowindow = new google.maps.InfoWindow({content: $la43cf1bfb47754486720d964df63425b});google.maps.event.addListener(m_a43cf1bfb47754486720d964df63425b, 'click', function() {infowindow.open(map,m_a43cf1bfb47754486720d964df63425b);});$marker.push(m_a43cf1bfb47754486720d964df63425b);}});}google.maps.event.addDomListener(window, 'load', initialize);