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.7805,-76.5854)};var g_a63b1fc98c883b99e342088cabec8439 = new google.maps.Geocoder();g_a63b1fc98c883b99e342088cabec8439.geocode( { 'address': "3075 Godwin Blvd, Suffolk, VA 23434, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('suffolk-VA-bronco-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('suffolk-VA-bronco-federal-credit-union'), mapOptions);}document.getElementById('6e72451a').innerHTML += ' | View Map';var $la63b1fc98c883b99e342088cabec8439 = '

Bronco Federal Credit Union

Address: 3075 Godwin Blvd, Suffolk, VA 23434, USA
Phone: (757) 569-6000
';var m_a63b1fc98c883b99e342088cabec8439 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bronco Federal Credit Union',});m_a63b1fc98c883b99e342088cabec8439['infowindow'] = new google.maps.InfoWindow({content: $la63b1fc98c883b99e342088cabec8439});var infowindow = new google.maps.InfoWindow({content: $la63b1fc98c883b99e342088cabec8439});google.maps.event.addListener(m_a63b1fc98c883b99e342088cabec8439, 'click', function() {infowindow.open(map,m_a63b1fc98c883b99e342088cabec8439);});$marker.push(m_a63b1fc98c883b99e342088cabec8439);}});}google.maps.event.addDomListener(window, 'load', initialize);