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(38.993,-94.2728)};var g_c37aecc552bd88de254bd4cac1e3833d = new google.maps.Geocoder();g_c37aecc552bd88de254bd4cac1e3833d.geocode( { 'address': "606 SW Parkwood Dr, Blue Springs, MO 64014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-springs-MO-blue-ridge-bank-and-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('blue-springs-MO-blue-ridge-bank-and-trust-co'), mapOptions);}document.getElementById('76f452bf').innerHTML += ' | View Map';var $lc37aecc552bd88de254bd4cac1e3833d = '

Blue Ridge Bank and Trust Co.

Address: 606 SW Parkwood Dr, Blue Springs, MO 64014, USA
Phone: (816) 224-5606
';var m_c37aecc552bd88de254bd4cac1e3833d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blue Ridge Bank and Trust Co.',});m_c37aecc552bd88de254bd4cac1e3833d['infowindow'] = new google.maps.InfoWindow({content: $lc37aecc552bd88de254bd4cac1e3833d});var infowindow = new google.maps.InfoWindow({content: $lc37aecc552bd88de254bd4cac1e3833d});google.maps.event.addListener(m_c37aecc552bd88de254bd4cac1e3833d, 'click', function() {infowindow.open(map,m_c37aecc552bd88de254bd4cac1e3833d);});$marker.push(m_c37aecc552bd88de254bd4cac1e3833d);}});}google.maps.event.addDomListener(window, 'load', initialize);