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.257,-77.3899)};var g_2881b1f745544d248a0263e6f973d87f = new google.maps.Geocoder();g_2881b1f745544d248a0263e6f973d87f.geocode( { 'address': "1068 Temple Ave, Colonial Heights, VA 23834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colonial-heights-VA-westview-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('colonial-heights-VA-westview-financial-services'), mapOptions);}document.getElementById('4c2f7da5').innerHTML += ' | View Map';var $l2881b1f745544d248a0263e6f973d87f = '

Westview Financial Services

Address: 1068 Temple Ave, Colonial Heights, VA 23834, USA
Phone: (804) 621-7105
';var m_2881b1f745544d248a0263e6f973d87f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westview Financial Services',});m_2881b1f745544d248a0263e6f973d87f['infowindow'] = new google.maps.InfoWindow({content: $l2881b1f745544d248a0263e6f973d87f});var infowindow = new google.maps.InfoWindow({content: $l2881b1f745544d248a0263e6f973d87f});google.maps.event.addListener(m_2881b1f745544d248a0263e6f973d87f, 'click', function() {infowindow.open(map,m_2881b1f745544d248a0263e6f973d87f);});$marker.push(m_2881b1f745544d248a0263e6f973d87f);}});}google.maps.event.addDomListener(window, 'load', initialize);