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.0965,-94.549)};var g_363ac91a58e58dff6f294d9d46c84b91 = new google.maps.Geocoder();g_363ac91a58e58dff6f294d9d46c84b91.geocode( { 'address': "2800 E 14 St, Kansas City, MO 64127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-greater-kc-public-safety-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-greater-kc-public-safety-credit-union-atm'), mapOptions);}document.getElementById('2768050a').innerHTML += ' | View Map';var $l363ac91a58e58dff6f294d9d46c84b91 = '

Greater KC Public Safety Credit Union atm

Address: 2800 E 14 St, Kansas City, MO 64127, USA
Phone: (816) 504-2800
';var m_363ac91a58e58dff6f294d9d46c84b91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greater KC Public Safety Credit Union atm',});m_363ac91a58e58dff6f294d9d46c84b91['infowindow'] = new google.maps.InfoWindow({content: $l363ac91a58e58dff6f294d9d46c84b91});var infowindow = new google.maps.InfoWindow({content: $l363ac91a58e58dff6f294d9d46c84b91});google.maps.event.addListener(m_363ac91a58e58dff6f294d9d46c84b91, 'click', function() {infowindow.open(map,m_363ac91a58e58dff6f294d9d46c84b91);});$marker.push(m_363ac91a58e58dff6f294d9d46c84b91);}});}google.maps.event.addDomListener(window, 'load', initialize);