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.7587,-93.7321)};var g_5a5eab21ca2a8fef4af5e35709ecca15 = new google.maps.Geocoder();g_5a5eab21ca2a8fef4af5e35709ecca15.geocode( { 'address': "713 Pca Rd, Warrensburg, MO 64093"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warrensburg-MO-quarry-city-savings-loan-association').style.display = '';map = new google.maps.Map(document.getElementById('warrensburg-MO-quarry-city-savings-loan-association'), mapOptions);}document.getElementById('7ee0f5a0').innerHTML += ' | View Map';var $l5a5eab21ca2a8fef4af5e35709ecca15 = '

Quarry City Savings & Loan Association

Address: 713 Pca Rd, Warrensburg, MO 64093
Phone: (660) 747-5513
';var m_5a5eab21ca2a8fef4af5e35709ecca15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quarry City Savings & Loan Association',});m_5a5eab21ca2a8fef4af5e35709ecca15['infowindow'] = new google.maps.InfoWindow({content: $l5a5eab21ca2a8fef4af5e35709ecca15});var infowindow = new google.maps.InfoWindow({content: $l5a5eab21ca2a8fef4af5e35709ecca15});google.maps.event.addListener(m_5a5eab21ca2a8fef4af5e35709ecca15, 'click', function() {infowindow.open(map,m_5a5eab21ca2a8fef4af5e35709ecca15);});$marker.push(m_5a5eab21ca2a8fef4af5e35709ecca15);}});}google.maps.event.addDomListener(window, 'load', initialize);