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(39.0374,-94.3422)};var g_6bf694555a7fdc9e2f9e2e899be9a2ce = new google.maps.Geocoder();g_6bf694555a7fdc9e2f9e2e899be9a2ce.geocode( { 'address': "4200 Little Blue Pkwy, Independence, MO 64057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('independence-MO-blue-ridge-bank-and-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('independence-MO-blue-ridge-bank-and-trust-co'), mapOptions);}document.getElementById('9e928a01').innerHTML += ' | View Map';var $l6bf694555a7fdc9e2f9e2e899be9a2ce = '

Blue Ridge Bank and Trust Co.

Address: 4200 Little Blue Pkwy, Independence, MO 64057, USA
Phone: (816) 358-5000
';var m_6bf694555a7fdc9e2f9e2e899be9a2ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blue Ridge Bank and Trust Co.',});m_6bf694555a7fdc9e2f9e2e899be9a2ce['infowindow'] = new google.maps.InfoWindow({content: $l6bf694555a7fdc9e2f9e2e899be9a2ce});var infowindow = new google.maps.InfoWindow({content: $l6bf694555a7fdc9e2f9e2e899be9a2ce});google.maps.event.addListener(m_6bf694555a7fdc9e2f9e2e899be9a2ce, 'click', function() {infowindow.open(map,m_6bf694555a7fdc9e2f9e2e899be9a2ce);});$marker.push(m_6bf694555a7fdc9e2f9e2e899be9a2ce);}});}google.maps.event.addDomListener(window, 'load', initialize);