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.9972,-94.6327)};var g_734ffb84cfa214922893511fae356b45 = new google.maps.Geocoder();g_734ffb84cfa214922893511fae356b45.geocode( { 'address': "7624 State Line Rd, Prairie Village, KS 66208"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prairie-village-KS-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('prairie-village-KS-bank-of-america'), mapOptions);}document.getElementById('dca4e3cc').innerHTML += ' | View Map';var $l734ffb84cfa214922893511fae356b45 = '

Bank of America

Address: 7624 State Line Rd, Prairie Village, KS 66208
Phone: (816) 979-8482
';var m_734ffb84cfa214922893511fae356b45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_734ffb84cfa214922893511fae356b45['infowindow'] = new google.maps.InfoWindow({content: $l734ffb84cfa214922893511fae356b45});var infowindow = new google.maps.InfoWindow({content: $l734ffb84cfa214922893511fae356b45});google.maps.event.addListener(m_734ffb84cfa214922893511fae356b45, 'click', function() {infowindow.open(map,m_734ffb84cfa214922893511fae356b45);});$marker.push(m_734ffb84cfa214922893511fae356b45);}});}google.maps.event.addDomListener(window, 'load', initialize);