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.0414,-76.3843)};var g_b2ef82bc674d2565d7819ad2c5a11d5c = new google.maps.Geocoder();g_b2ef82bc674d2565d7819ad2c5a11d5c.geocode( { 'address': "1073 W Mercury Blvd #600, Hampton, VA 23666, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-VA-commonwealth-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('hampton-VA-commonwealth-auto-credit'), mapOptions);}document.getElementById('02b0c7fa').innerHTML += ' | View Map';var $lb2ef82bc674d2565d7819ad2c5a11d5c = '

Commonwealth Auto Credit

Address: 1073 W Mercury Blvd #600, Hampton, VA 23666, USA
Phone: (757) 951-0602
';var m_b2ef82bc674d2565d7819ad2c5a11d5c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commonwealth Auto Credit',});m_b2ef82bc674d2565d7819ad2c5a11d5c['infowindow'] = new google.maps.InfoWindow({content: $lb2ef82bc674d2565d7819ad2c5a11d5c});var infowindow = new google.maps.InfoWindow({content: $lb2ef82bc674d2565d7819ad2c5a11d5c});google.maps.event.addListener(m_b2ef82bc674d2565d7819ad2c5a11d5c, 'click', function() {infowindow.open(map,m_b2ef82bc674d2565d7819ad2c5a11d5c);});$marker.push(m_b2ef82bc674d2565d7819ad2c5a11d5c);}});}google.maps.event.addDomListener(window, 'load', initialize);