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.9925,-94.6829)};var g_2b264f041c91e8902005f4a2a2aeed7b = new google.maps.Geocoder();g_2b264f041c91e8902005f4a2a2aeed7b.geocode( { 'address': "7007 College Blvd, Overland Park, KS 66211"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('overland-park-KS-bnc-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('overland-park-KS-bnc-national-bank'), mapOptions);}document.getElementById('ef955ba1').innerHTML += ' | View Map';var $l2b264f041c91e8902005f4a2a2aeed7b = '

BNC National Bank

Address: 7007 College Blvd, Overland Park, KS 66211
Phone: (913) 451-6191
';var m_2b264f041c91e8902005f4a2a2aeed7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BNC National Bank',});m_2b264f041c91e8902005f4a2a2aeed7b['infowindow'] = new google.maps.InfoWindow({content: $l2b264f041c91e8902005f4a2a2aeed7b});var infowindow = new google.maps.InfoWindow({content: $l2b264f041c91e8902005f4a2a2aeed7b});google.maps.event.addListener(m_2b264f041c91e8902005f4a2a2aeed7b, 'click', function() {infowindow.open(map,m_2b264f041c91e8902005f4a2a2aeed7b);});$marker.push(m_2b264f041c91e8902005f4a2a2aeed7b);}});}google.maps.event.addDomListener(window, 'load', initialize);