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.4631,-77.4283)};var g_f52af2739f229039da070ac532b2aa47 = new google.maps.Geocoder();g_f52af2739f229039da070ac532b2aa47.geocode( { 'address': "4605 Commerce Rd, Richmond, VA 23234, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-call-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-call-federal-credit-union'), mapOptions);}document.getElementById('0a013ce8').innerHTML += ' | View Map';var $lf52af2739f229039da070ac532b2aa47 = '

Call Federal Credit Union

Address: 4605 Commerce Rd, Richmond, VA 23234, USA
Phone: (804) 274-1200
';var m_f52af2739f229039da070ac532b2aa47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Call Federal Credit Union',});m_f52af2739f229039da070ac532b2aa47['infowindow'] = new google.maps.InfoWindow({content: $lf52af2739f229039da070ac532b2aa47});var infowindow = new google.maps.InfoWindow({content: $lf52af2739f229039da070ac532b2aa47});google.maps.event.addListener(m_f52af2739f229039da070ac532b2aa47, 'click', function() {infowindow.open(map,m_f52af2739f229039da070ac532b2aa47);});$marker.push(m_f52af2739f229039da070ac532b2aa47);}});}google.maps.event.addDomListener(window, 'load', initialize);