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.5383,-77.4391)};var g_c887c2fe6d6bcbddb2b6d60038ad98b5 = new google.maps.Geocoder();g_c887c2fe6d6bcbddb2b6d60038ad98b5.geocode( { 'address': "9020 Stony Point Pkwy, Richmond, VA 23235"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-park-sterling-bank').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-park-sterling-bank'), mapOptions);}document.getElementById('56dfa84b').innerHTML += ' | View Map';var $lc887c2fe6d6bcbddb2b6d60038ad98b5 = '

Park Sterling Bank

Address: 9020 Stony Point Pkwy, Richmond, VA 23235
Phone: (804) 272-5208
';var m_c887c2fe6d6bcbddb2b6d60038ad98b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Park Sterling Bank',});m_c887c2fe6d6bcbddb2b6d60038ad98b5['infowindow'] = new google.maps.InfoWindow({content: $lc887c2fe6d6bcbddb2b6d60038ad98b5});var infowindow = new google.maps.InfoWindow({content: $lc887c2fe6d6bcbddb2b6d60038ad98b5});google.maps.event.addListener(m_c887c2fe6d6bcbddb2b6d60038ad98b5, 'click', function() {infowindow.open(map,m_c887c2fe6d6bcbddb2b6d60038ad98b5);});$marker.push(m_c887c2fe6d6bcbddb2b6d60038ad98b5);}});}google.maps.event.addDomListener(window, 'load', initialize);