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.8207,-94.2646)};var g_8b69161c23785eb9612c0773f3cd214b = new google.maps.Geocoder();g_8b69161c23785eb9612c0773f3cd214b.geocode( { 'address': "2401 MO-7, Pleasant Hill, MO 64080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pleasant-hill-MO-community-bank-of-pleasant-hill').style.display = '';map = new google.maps.Map(document.getElementById('pleasant-hill-MO-community-bank-of-pleasant-hill'), mapOptions);}document.getElementById('132fde6b').innerHTML += ' | View Map';var $l8b69161c23785eb9612c0773f3cd214b = '

Community Bank of Pleasant Hill

Address: 2401 MO-7, Pleasant Hill, MO 64080, USA
Phone: (816) 540-2525
';var m_8b69161c23785eb9612c0773f3cd214b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank of Pleasant Hill',});m_8b69161c23785eb9612c0773f3cd214b['infowindow'] = new google.maps.InfoWindow({content: $l8b69161c23785eb9612c0773f3cd214b});var infowindow = new google.maps.InfoWindow({content: $l8b69161c23785eb9612c0773f3cd214b});google.maps.event.addListener(m_8b69161c23785eb9612c0773f3cd214b, 'click', function() {infowindow.open(map,m_8b69161c23785eb9612c0773f3cd214b);});$marker.push(m_8b69161c23785eb9612c0773f3cd214b);}});}google.maps.event.addDomListener(window, 'load', initialize);