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.4981,-92.1785)};var g_f8b146b1264be1257e65f518de82a372 = new google.maps.Geocoder();g_f8b146b1264be1257e65f518de82a372.geocode( { 'address': "1511 Friendship Rd, Jefferson City, MO 65101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-city-MO-friendship-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-city-MO-friendship-bancshares-inc'), mapOptions);}document.getElementById('696f825c').innerHTML += ' | View Map';var $lf8b146b1264be1257e65f518de82a372 = '

Friendship Bancshares Inc

Address: 1511 Friendship Rd, Jefferson City, MO 65101, USA
Phone: (573) 635-0019
';var m_f8b146b1264be1257e65f518de82a372 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Friendship Bancshares Inc',});m_f8b146b1264be1257e65f518de82a372['infowindow'] = new google.maps.InfoWindow({content: $lf8b146b1264be1257e65f518de82a372});var infowindow = new google.maps.InfoWindow({content: $lf8b146b1264be1257e65f518de82a372});google.maps.event.addListener(m_f8b146b1264be1257e65f518de82a372, 'click', function() {infowindow.open(map,m_f8b146b1264be1257e65f518de82a372);});$marker.push(m_f8b146b1264be1257e65f518de82a372);}});}google.maps.event.addDomListener(window, 'load', initialize);