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.9148,-76.2743)};var g_22d0c530efd7037118d2011a68444823 = new google.maps.Geocoder();g_22d0c530efd7037118d2011a68444823.geocode( { 'address': "131 W Little Creek Rd, Norfolk, VA 23505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norfolk-VA-omni-military-loans').style.display = '';map = new google.maps.Map(document.getElementById('norfolk-VA-omni-military-loans'), mapOptions);}document.getElementById('20a0ae4b').innerHTML += ' | View Map';var $l22d0c530efd7037118d2011a68444823 = '

Omni Military Loans

Address: 131 W Little Creek Rd, Norfolk, VA 23505, USA
Phone: (757) 583-6664
';var m_22d0c530efd7037118d2011a68444823 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Omni Military Loans',});m_22d0c530efd7037118d2011a68444823['infowindow'] = new google.maps.InfoWindow({content: $l22d0c530efd7037118d2011a68444823});var infowindow = new google.maps.InfoWindow({content: $l22d0c530efd7037118d2011a68444823});google.maps.event.addListener(m_22d0c530efd7037118d2011a68444823, 'click', function() {infowindow.open(map,m_22d0c530efd7037118d2011a68444823);});$marker.push(m_22d0c530efd7037118d2011a68444823);}});}google.maps.event.addDomListener(window, 'load', initialize);