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.0336,-94.3557)};var g_99c42c8de9d3fc6535e03eaf17d4f1d9 = new google.maps.Geocoder();g_99c42c8de9d3fc6535e03eaf17d4f1d9.geocode( { 'address': "18931 E Valley View Pkwy A, Independence, MO 64055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('independence-MO-enterprise-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('independence-MO-enterprise-bank--trust'), mapOptions);}document.getElementById('20ce7f49').innerHTML += ' | View Map';var $l99c42c8de9d3fc6535e03eaf17d4f1d9 = '

Enterprise Bank & Trust

Address: 18931 E Valley View Pkwy A, Independence, MO 64055, USA
Phone: (816) 448-7993
';var m_99c42c8de9d3fc6535e03eaf17d4f1d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Enterprise Bank & Trust',});m_99c42c8de9d3fc6535e03eaf17d4f1d9['infowindow'] = new google.maps.InfoWindow({content: $l99c42c8de9d3fc6535e03eaf17d4f1d9});var infowindow = new google.maps.InfoWindow({content: $l99c42c8de9d3fc6535e03eaf17d4f1d9});google.maps.event.addListener(m_99c42c8de9d3fc6535e03eaf17d4f1d9, 'click', function() {infowindow.open(map,m_99c42c8de9d3fc6535e03eaf17d4f1d9);});$marker.push(m_99c42c8de9d3fc6535e03eaf17d4f1d9);}});}google.maps.event.addDomListener(window, 'load', initialize);