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.1218,-94.4787)};var g_d82c2d1a1b6a38a98328fa37ce353ce7 = new google.maps.Geocoder();g_d82c2d1a1b6a38a98328fa37ce353ce7.geocode( { 'address': "8400 Hawthorne Rd, Kansas City, MO 64120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-bayer-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-bayer-credit-union'), mapOptions);}document.getElementById('8f332a09').innerHTML += ' | View Map';var $ld82c2d1a1b6a38a98328fa37ce353ce7 = '

Bayer Credit Union

Address: 8400 Hawthorne Rd, Kansas City, MO 64120, USA
Phone: (816) 242-2133
';var m_d82c2d1a1b6a38a98328fa37ce353ce7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bayer Credit Union',});m_d82c2d1a1b6a38a98328fa37ce353ce7['infowindow'] = new google.maps.InfoWindow({content: $ld82c2d1a1b6a38a98328fa37ce353ce7});var infowindow = new google.maps.InfoWindow({content: $ld82c2d1a1b6a38a98328fa37ce353ce7});google.maps.event.addListener(m_d82c2d1a1b6a38a98328fa37ce353ce7, 'click', function() {infowindow.open(map,m_d82c2d1a1b6a38a98328fa37ce353ce7);});$marker.push(m_d82c2d1a1b6a38a98328fa37ce353ce7);}});}google.maps.event.addDomListener(window, 'load', initialize);