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.7434,-76.2257)};var g_b07237be800d559b7ab9eb2398d4c7d5 = new google.maps.Geocoder();g_b07237be800d559b7ab9eb2398d4c7d5.geocode( { 'address': "111 Gainsborough Sq, Chesapeake, VA 23320"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chesapeake-VA-gateway-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('chesapeake-VA-gateway-bank-trust'), mapOptions);}document.getElementById('cb3a02b3').innerHTML += ' | View Map';var $lb07237be800d559b7ab9eb2398d4c7d5 = '

Gateway Bank & Trust

Address: 111 Gainsborough Sq, Chesapeake, VA 23320
Phone: (757) 547-4044
';var m_b07237be800d559b7ab9eb2398d4c7d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Bank & Trust',});m_b07237be800d559b7ab9eb2398d4c7d5['infowindow'] = new google.maps.InfoWindow({content: $lb07237be800d559b7ab9eb2398d4c7d5});var infowindow = new google.maps.InfoWindow({content: $lb07237be800d559b7ab9eb2398d4c7d5});google.maps.event.addListener(m_b07237be800d559b7ab9eb2398d4c7d5, 'click', function() {infowindow.open(map,m_b07237be800d559b7ab9eb2398d4c7d5);});$marker.push(m_b07237be800d559b7ab9eb2398d4c7d5);}});}google.maps.event.addDomListener(window, 'load', initialize);